Add new API to docs and symbol list
authorMatthias Clasen <mclasen@redhat.com>
Wed, 13 Oct 2010 15:24:56 +0000 (11:24 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 13 Oct 2010 15:24:56 +0000 (11:24 -0400)
docs/reference/gtk/gtk3-sections.txt
gtk/gtk.symbols

index 847cb5e42b8b3ceea4fe950719a362b7f93a39e6..0db409b83d10835f680d1de5432b589afe729ecf 100644 (file)
@@ -4925,7 +4925,7 @@ gtk_widget_get_request_mode
 gtk_widget_get_preferred_size
 gtk_distribute_natural_allocation
 
-<SUBSECTION>
+<SUBSECTION Alignment and Margins>
 GtkAlign
 gtk_widget_get_halign
 gtk_widget_set_halign
@@ -4940,6 +4940,18 @@ gtk_widget_set_margin_top
 gtk_widget_get_margin_bottom
 gtk_widget_set_margin_bottom
 
+<SUBSECTION Expand>
+gtk_widget_get_hexpand
+gtk_widget_set_hexpand
+gtk_widget_get_hexpand_set
+gtk_widget_set_hexpand_set
+gtk_widget_get_vexpand
+gtk_widget_set_vexpand
+gtk_widget_get_vexpand_set
+gtk_widget_set_vexpand_set
+gtk_widget_queue_compute_expand
+gtk_widget_compute_expand
+
 <SUBSECTION Standard>
 GTK_WIDGET
 GTK_IS_WIDGET
index 08d13d187bf75f71651362a9215b7ef9aa8c4b07..d6215447d56cee7e2a3b8ccc2209cf324cbbad7e 100644 (file)
@@ -4348,6 +4348,16 @@ gtk_widget_get_preferred_height_for_width
 gtk_widget_get_preferred_size
 gtk_widget_get_preferred_width
 gtk_widget_get_preferred_width_for_height
+gtk_widget_get_hexpand
+gtk_widget_set_hexpand
+gtk_widget_get_hexpand_set
+gtk_widget_set_hexpand_set
+gtk_widget_get_vexpand
+gtk_widget_set_vexpand
+gtk_widget_get_vexpand_set
+gtk_widget_set_vexpand_set
+gtk_widget_queue_compute_expand
+gtk_widget_compute_expand
 #endif
 #endif